home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TOPCONFIRMREPLACEFILEDIALOG / TOPCONFIRMREPLACEFILEDIALOG.txt
Text File  |  2008-11-03  |  2KB  |  122 lines

  1. inherited OpConfirmReplaceFileDialog: TOpConfirmReplaceFileDialog
  2.   Caption = 'Confirm File Replace'
  3.   ClientHeight = 231
  4.   ClientWidth = 425
  5.   OnCreate = FormCreate
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   object ConfirmLbl: TUiLabel
  10.     Left = 84
  11.     Top = 16
  12.     Width = 333
  13.     Height = 33
  14.     AutoSize = False
  15.     Caption = '%'
  16.     ShowAccelChar = False
  17.     WordWrap = True
  18.   end
  19.   object DesLbl: TUiLabel
  20.     Left = 84
  21.     Top = 52
  22.     Height = 13
  23.     Caption = 'Would you like to replace the existing file'
  24.   end
  25.   object DesPathLbl: TUiLabel
  26.     Left = 104
  27.     Top = 68
  28.     Width = 313
  29.     Height = 13
  30.     AutoSize = False
  31.     Caption = '%'
  32.     ShowAccelChar = False
  33.   end
  34.   object DesSizeLbl: TUiLabel
  35.     Left = 104
  36.     Top = 84
  37.     Height = 13
  38.     Caption = '%'
  39.   end
  40.   object DesLastModLbl: TUiLabel
  41.     Left = 104
  42.     Top = 100
  43.     Height = 13
  44.     Caption = '%'
  45.   end
  46.   object SrcLbl: TUiLabel
  47.     Left = 84
  48.     Top = 124
  49.     Height = 13
  50.     Caption = 'with this one?'
  51.   end
  52.   object SrcPathLbl: TUiLabel
  53.     Left = 104
  54.     Top = 140
  55.     Width = 313
  56.     Height = 13
  57.     AutoSize = False
  58.     Caption = '%'
  59.     ShowAccelChar = False
  60.   end
  61.   object SrcSizeLbl: TUiLabel
  62.     Left = 104
  63.     Top = 156
  64.     Height = 13
  65.     Caption = '%'
  66.   end
  67.   object SrcLastModLbl: TUiLabel
  68.     Left = 104
  69.     Top = 172
  70.     Height = 13
  71.     Caption = '%'
  72.   end
  73.   object Image: TUiImage
  74.     Left = 16
  75.     Top = 16
  76.     Width = 32
  77.     Height = 32
  78.   end
  79.   object YesBtn: TUiButton
  80.     Left = 24
  81.     Top = 200
  82.     Caption = '&Yes'
  83.     ModalResult = 6
  84.     TabOrder = 0
  85.     AutoSize = asRight
  86.   end
  87.   object YesToAllBtn: TUiButton
  88.     Left = 104
  89.     Top = 200
  90.     Caption = 'Yes to &All'
  91.     ModalResult = 10
  92.     TabOrder = 1
  93.     AutoSize = asRight
  94.   end
  95.   object NoBtn: TUiButton
  96.     Left = 184
  97.     Top = 200
  98.     Caption = '&No'
  99.     Default = True
  100.     ModalResult = 7
  101.     TabOrder = 2
  102.     AutoSize = asRight
  103.   end
  104.   object NoToAllBtn: TUiButton
  105.     Left = 264
  106.     Top = 200
  107.     Caption = 'N&o to All'
  108.     ModalResult = 9
  109.     TabOrder = 3
  110.     AutoSize = asRight
  111.   end
  112.   object CancelBtn: TUiButton
  113.     Left = 344
  114.     Top = 200
  115.     Cancel = True
  116.     Caption = 'Cancel'
  117.     ModalResult = 2
  118.     TabOrder = 4
  119.     AutoSize = asRight
  120.   end
  121. end
  122.